projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
90b9dc4
)
3to4: Fix suggested replacements for border-width
author
Daniel Boles
<dboles@src.gnome.org>
Sat, 21 Jan 2017 22:39:06 +0000
(22:39 +0000)
committer
Daniel Boles
<dboles@src.gnome.org>
Sat, 21 Jan 2017 22:39:06 +0000
(22:39 +0000)
The new CSS border-spacing does what Grid::(row|column)_spacing and
Box::spacing already did, i.e. controlling the space added between child
widgets, so it’s not a replacement for Container::border-width.
docs/reference/gtk/migrating-3to4.xml
patch
|
blob
|
history
diff --git
a/docs/reference/gtk/migrating-3to4.xml
b/docs/reference/gtk/migrating-3to4.xml
index f33cc15c4f04a770edc2583fc7876a516c633fcc..ec06d47614709cb6d1bfaab285ab41541bba5ea1 100644
(file)
--- a/
docs/reference/gtk/migrating-3to4.xml
+++ b/
docs/reference/gtk/migrating-3to4.xml
@@
-169,7
+169,7
@@
<para>
GTK+ 4 has removed the #GtkContainer::border-width property.
Use other means to influence the spacing of your containers,
- such
as the CSS border-spacing property
.
+ such
ss the CSS margin and padding properties on child widgets
.
</para>
</section>